go/types.Scope.children (field)
21 uses
go/types (current package)
eval.go#L70: for _, fscope := range pkg.scope.children {
scope.go#L25: children []*Scope
scope.go#L39: parent.children = append(parent.children, s)
scope.go#L40: s.number = len(parent.children)
scope.go#L64: func (s *Scope) NumChildren() int { return len(s.children) }
scope.go#L67: func (s *Scope) Child(i int) *Scope { return s.children[i] }
scope.go#L151: for i, ch := range p.children {
scope.go#L158: k := len(p.children) - 1
scope.go#L159: p.children[j] = p.children[k]
scope.go#L160: p.children = p.children[:k]
scope.go#L162: p.children = append(p.children, s.children...)
scope.go#L164: s.children = nil
scope.go#L191: for _, s := range s.children {
scope.go#L199: for _, s := range s.children {
scope.go#L226: for _, s := range s.children {
stmt.go#L76: for _, scope := range scope.children {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)